Prop
class Prop : Node
IN PROGRESS
-
Undocumented
Declaration
Swift
static var defaultVertexDescriptor: MDLVertexDescriptor -
Undocumented
Declaration
Swift
let vertexBuffer: MTLBuffer -
Undocumented
Declaration
Swift
let mesh: MTKMesh -
Undocumented
Declaration
Swift
let submeshes: [Submesh] -
Undocumented
Declaration
Swift
let samplerState: MTLSamplerState? -
Undocumented
Declaration
Swift
var tiling: UInt32 -
Undocumented
Declaration
Swift
init(name: String) -
Undocumented
Declaration
Swift
func set(color: float3)
-
Undocumented
Declaration
Swift
func render(renderEncoder: MTLRenderCommandEncoder, uniforms vertex: Uniforms)
View on GitHub
Prop Class Reference