Home
last modified time | relevance | path

Searched refs:MutateZ (Results 1 – 5 of 5) sorted by relevance

/external/flatbuffers/tests/MyGame/Example/
DVec3.cs23 public void MutateZ(float z) { __p.bb.PutFloat(__p.bb_pos + 8, z); } in MutateZ() method
DVec3.go39 func (rcv *Vec3) MutateZ(n float32) bool { func
/external/flatbuffers/docs/source/
DGoUsage.md82 monster.Pos().MutateZ(4)
DTutorial.md2819 monster.Pos.MutateZ(4); // Set struct field.
/external/flatbuffers/tests/
Dgo_test.go345 testcase{"Pos.Z", func() bool { return monster.Pos(nil).MutateZ(30.0) }},
410 monster.Pos(nil).MutateZ(3.0)